

Public Member Functions | |
| deSplinePatch () | |
| ~deSplinePatch () | |
| long | Release () |
| deBoolean | SetNumControls (long Num) |
| deBoolean | SetNumControlSamples (long Num) |
| deBoolean | SetNumInterSamples (long Num) |
| long | GetNumControls () const |
| long | GetNumControlSamples () const |
| long | GetNumInterSamples () const |
| deBoolean | SetControl (long index, IdeLine *control) |
| deBoolean | SetAllControls (long Num, IdeLine *controls[]) |
| long | GetNumVertices () |
| long | GetNumIndices () |
| deVec3d * | GetVertices () |
| unsigned short * | GetIndices () |
Private Member Functions | |
| void | CalculateVertices () |
Private Attributes | |
| deTArray< IdeLine * > | m_ControlLines |
| long | m_NumControlSamples |
| long | m_NumInterSamples |
| deTArray< deVec3d > | m_Vertices |
| deTArray< unsigned short > | m_Indices |
| deBoolean | m_ValidVertices |
|
|
|
|
|
|
|
|
|
|
|
Implements IdeSplinePatch. |
|
|
Implements IdeSplinePatch. |
|
|
Implements IdeSplinePatch. |
|
|
Implements IdeSplinePatch. |
|
|
Implements IdeSplinePatch. |
|
|
Implements IdeSplinePatch. |
|
|
Implements IdeSplinePatch. |
|
|
Implements IdeSplinePatch. |
|
||||||||||||
|
Implements IdeSplinePatch. |
|
||||||||||||
|
Implements IdeSplinePatch. |
|
|
Implements IdeSplinePatch. |
|
|
Implements IdeSplinePatch. |
|
|
Implements IdeSplinePatch. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3